Update curl-rust to fix SSL on windows
authorAlex Crichton <alex@alexcrichton.com>
Fri, 14 Nov 2014 22:52:22 +0000 (14:52 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 15 Nov 2014 06:20:39 +0000 (22:20 -0800)
Closes #873

Cargo.lock
Cargo.toml
src/registry/Cargo.toml

index 0ca8799008640bcbfb783593e9b382bea3700def..b48ba2225740e9a2545ac34427043c294fd0dd30 100644 (file)
@@ -2,7 +2,7 @@
 name = "cargo"
 version = "0.0.1-pre"
 dependencies = [
- "curl 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=build-cmd)",
+ "curl 0.1.0 (git+https://github.com/carllerche/curl-rust)",
  "docopt 0.6.8 (git+https://github.com/docopt/docopt.rs)",
  "flate2 0.0.1 (git+https://github.com/alexcrichton/flate2-rs)",
  "git2 0.0.1 (git+https://github.com/alexcrichton/git2-rs)",
@@ -17,17 +17,17 @@ dependencies = [
 
 [[package]]
 name = "curl"
-version = "0.0.1"
-source = "git+https://github.com/alexcrichton/curl-rust?ref=build-cmd#c7a6c5123c67abc22c3b3517579974782a9dd273"
+version = "0.1.0"
+source = "git+https://github.com/carllerche/curl-rust#dbd06414ba879572faae75bfd0320a38fbbc3518"
 dependencies = [
- "curl-sys 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=build-cmd)",
+ "curl-sys 0.1.0 (git+https://github.com/carllerche/curl-rust)",
  "url 0.1.0 (git+https://github.com/servo/rust-url)",
 ]
 
 [[package]]
 name = "curl-sys"
-version = "0.0.1"
-source = "git+https://github.com/alexcrichton/curl-rust?ref=build-cmd#c7a6c5123c67abc22c3b3517579974782a9dd273"
+version = "0.1.0"
+source = "git+https://github.com/carllerche/curl-rust#dbd06414ba879572faae75bfd0320a38fbbc3518"
 dependencies = [
  "libz-sys 0.0.1 (git+https://github.com/alexcrichton/libz-sys)",
  "openssl-sys 0.0.1 (git+https://github.com/alexcrichton/openssl-sys)",
@@ -161,7 +161,7 @@ source = "git+https://github.com/alexcrichton/pkg-config-rs#d24a08d87d63df8dc952
 name = "registry"
 version = "0.0.1-pre"
 dependencies = [
- "curl 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=build-cmd)",
+ "curl 0.1.0 (git+https://github.com/carllerche/curl-rust)",
 ]
 
 [[package]]
index 2832bf78267ae0bc6b78124e81ece161e6b13389..b3f3f7a980213733856383d161485fbd058f858c 100644 (file)
@@ -25,8 +25,7 @@ git = "https://github.com/servo/rust-url"
 git = "https://github.com/rust-lang/semver"
 
 [dependencies.curl]
-git = "https://github.com/alexcrichton/curl-rust"
-branch = "build-cmd"
+git = "https://github.com/carllerche/curl-rust"
 
 [dependencies.tar]
 git = "https://github.com/alexcrichton/tar-rs"
index 3a7755ecda48efd74d86dbbd972538e23434ff42..1ad5cb723220f25b945bf2959a2e6efcc1d69ed0 100644 (file)
@@ -8,5 +8,4 @@ name = "registry"
 path = "lib.rs"
 
 [dependencies.curl]
-git = "https://github.com/alexcrichton/curl-rust"
-branch = "build-cmd"
+git = "https://github.com/carllerche/curl-rust"